﻿2026-08-25T14:29:27.2258205Z ##[group]Run actions/checkout@v5
2026-08-25T14:29:27.2258835Z with:
2026-08-25T14:29:27.2259249Z   repository: BigscreenVR/spt-bs-core
2026-08-25T14:29:27.2261407Z   token: ***
2026-08-25T14:29:27.2261687Z   ssh-strict: true
2026-08-25T14:29:27.2261992Z   ssh-user: git
2026-08-25T14:29:27.2262283Z   persist-credentials: true
2026-08-25T14:29:27.2262584Z   clean: true
2026-08-25T14:29:27.2262879Z   sparse-checkout-cone-mode: true
2026-08-25T14:29:27.2263193Z   fetch-depth: 1
2026-08-25T14:29:27.2263466Z   fetch-tags: false
2026-08-25T14:29:27.2263753Z   show-progress: true
2026-08-25T14:29:27.2264043Z   lfs: false
2026-08-25T14:29:27.2264322Z   submodules: false
2026-08-25T14:29:27.2264601Z   set-safe-directory: true
2026-08-25T14:29:27.2264925Z   allow-unsafe-pr-checkout: false
2026-08-25T14:29:27.2265451Z ##[endgroup]
2026-08-25T14:29:27.3039771Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T14:29:27.3041358Z ##[group]Getting Git version info
2026-08-25T14:29:27.3042073Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T14:29:27.3043015Z [command]/usr/bin/git version
2026-08-25T14:29:27.3090565Z git version 2.43.0
2026-08-25T14:29:27.3092341Z ##[endgroup]
2026-08-25T14:29:27.3096787Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/1de253ce-f2b3-4a71-94b6-6ed6365336c7/.gitconfig'
2026-08-25T14:29:27.3097722Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1de253ce-f2b3-4a71-94b6-6ed6365336c7' before making global git config changes
2026-08-25T14:29:27.3098488Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T14:29:27.3099282Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T14:29:27.3122006Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T14:29:27.3142839Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T14:29:27.3152436Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T14:29:27.3154998Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T14:29:27.3172721Z refs/heads/golden/field-seal-225
2026-08-25T14:29:27.3178377Z [command]/usr/bin/git checkout --detach
2026-08-25T14:29:27.3238930Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T14:29:27.3273265Z [command]/usr/bin/git branch --delete --force golden/field-seal-225
2026-08-25T14:29:27.3305056Z Deleted branch golden/field-seal-225 (was de91ee62c).
2026-08-25T14:29:27.3429499Z ##[endgroup]
2026-08-25T14:29:27.3433526Z [command]/usr/bin/git submodule status
2026-08-25T14:29:27.3624770Z ##[group]Cleaning the repository
2026-08-25T14:29:27.3628090Z [command]/usr/bin/git clean -ffdx
2026-08-25T14:29:28.2777304Z Removing bench-ledger/
2026-08-25T14:29:28.2777766Z Removing target/
2026-08-25T14:29:28.2788221Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T14:29:28.2867962Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T14:29:28.2875203Z ##[endgroup]
2026-08-25T14:29:28.2877582Z ##[group]Disabling automatic garbage collection
2026-08-25T14:29:28.2882024Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T14:29:28.2913452Z ##[endgroup]
2026-08-25T14:29:28.2914048Z ##[group]Setting up auth
2026-08-25T14:29:28.2920649Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T14:29:28.2951324Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-25T14:29:28.3157515Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T14:29:28.3183699Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-25T14:29:28.3380047Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T14:29:28.3409348Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T14:29:28.3605607Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T14:29:28.3642507Z ##[endgroup]
2026-08-25T14:29:28.3643048Z ##[group]Fetching the repository
2026-08-25T14:29:28.3649035Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de91ee62cbf5195600de5f5bfe4f097d2c533b52:refs/remotes/origin/golden/field-seal-225
2026-08-25T14:29:29.1161554Z ##[endgroup]
2026-08-25T14:29:29.1162210Z ##[group]Determining the checkout info
2026-08-25T14:29:29.1162859Z ##[endgroup]
2026-08-25T14:29:29.1168708Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T14:29:29.1210686Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T14:29:29.1232778Z ##[group]Checking out the ref
2026-08-25T14:29:29.1235988Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225 refs/remotes/origin/golden/field-seal-225
2026-08-25T14:29:29.1298931Z Switched to a new branch 'golden/field-seal-225'
2026-08-25T14:29:29.1299444Z branch 'golden/field-seal-225' set up to track 'origin/golden/field-seal-225'.
2026-08-25T14:29:29.1305760Z ##[endgroup]
2026-08-25T14:29:29.1342962Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T14:29:29.1369994Z de91ee62cbf5195600de5f5bfe4f097d2c533b52
